static events meaning in Chinese
静态事件
Examples
- An event may be declared as a static event using the
关键字可以将事件声明为静态事件。 - Shows how to define and use static events
说明如何定义和使用静态事件。 - On static events , the
对于静态事件, - Do not pass null nothing in visual basic as the sender parameter when raising a non - static event
当引发非静态事件时,不要将null (在visual basic中为nothing )作为sender参数进行传递。 - This is applicable only to non - static events on unsealed classes , not to structures , sealed classes , or static events
这只适用于未密封类的非静态事件,而不适用于结构、密封类或静态事件。